home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 27.Bounce / ball.psw < prev    next >
Text File  |  1995-06-12  |  69b  |  5 lines

  1. defineps doBall(float x,y,width)
  2. x y width 0.0 360.0 arc fill
  3. endps
  4.  
  5.